Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
As the title states.
It happens when using @html.BeginUmbracoForm or @Ajax.BeginForm in a partial view.
All other browsers are working as expected
v6.1.6 Mvc Razor
Anyone run into this before?
Thanks
I'm on a roll at answering my own questions!
I was using the following code to submit the form and IE does not like it.
<a href="javascript:$('#frmQuickContact').submit();" class="button-send">Send</a>
Switched to
<button type="submit">Send</button>
and IE now behaves
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Submitting my form returns [object Object] in any version of IE
As the title states.
It happens when using @html.BeginUmbracoForm or @Ajax.BeginForm in a partial view.
All other browsers are working as expected
v6.1.6 Mvc Razor
Anyone run into this before?
Thanks
I'm on a roll at answering my own questions!
I was using the following code to submit the form and IE does not like it.
Switched to
and IE now behaves
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.